11. JWT Internals

JWT Internals

ND035 C04 L01 A07 Solutions

When is a JWT generated by the server?

SOLUTION: When the user logs in successfully

Task Description:

First we need to add passwords to user accounts. To do this we need to add some things to our code to do hashing and password storage

Task List:

Task Feedback:

Congratulations! Now that hashed and salted passwords are in use, we can continue to implement JWT.